home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / nihcl-30.lha / nihcl-3.0 / lib / nihclerrs.h < prev    next >
C/C++ Source or Header  |  1990-05-21  |  3KB  |  92 lines

  1. #ifndef nihclerrs_H
  2. #define nihclerrs_H
  3. /*
  4. * nihclerrs.h
  5. * C include file created by errgen utility.  DO NOT EDIT!
  6. */
  7. /*
  8.  *     ***** NIHCL facility *****
  9.  */
  10.  
  11. extern void NIHCL__errinit();
  12.  
  13. #define NIHCL__FACILITY        31
  14. #define NIHCL__FIRSTERROR        126976
  15. #define NIHCL__ACTIVE        126976
  16. #define NIHCL__ALLOCFAIL        126977
  17. #define NIHCL__ALLOCSIZE        126978
  18. #define NIHCL__AMBIGCASTDN        126979
  19. #define NIHCL__ASTACT        126980
  20. #define NIHCL__ASTBLK        126981
  21. #define NIHCL__ASTINACT        126982
  22. #define NIHCL__BADARGCL        126983
  23. #define NIHCL__BADARGCLM        126984
  24. #define NIHCL__BADARGSP        126985
  25. #define NIHCL__BADARGSPM        126986
  26. #define NIHCL__BADCASTDN        126987
  27. #define NIHCL__BADCLASS        126988
  28. #define NIHCL__BADDAY        126989
  29. #define NIHCL__BADDAYNAM        126990
  30. #define NIHCL__BADERRNUM        126991
  31. #define NIHCL__BADMODAY        126992
  32. #define NIHCL__BADMONAM        126993
  33. #define NIHCL__BADMONTH        126994
  34. #define NIHCL__BADPRI        126995
  35. #define NIHCL__BADRANGE        126996
  36. #define NIHCL__BADREGEX        126997
  37. #define NIHCL__BADSPEC        126998
  38. #define NIHCL__BADSTMBR        126999
  39. #define NIHCL__BADTIME        127000
  40. #define NIHCL__BADTRACETBL        127001
  41. #define NIHCL__CLTNEMPTY        127002
  42. #define NIHCL__CPSEMWAIT        127003
  43. #define NIHCL__DATERANGE        127004
  44. #define NIHCL__DBLLNK        127005
  45. #define NIHCL__DELLNK        127006
  46. #define NIHCL__DLSEMWAIT        127007
  47. #define NIHCL__DRVDCLASSRSP        127008
  48. #define NIHCL__DUPKEY        127009
  49. #define NIHCL__FCTNOV        127010
  50. #define NIHCL__FCTNUN        127011
  51. #define NIHCL__ILLEGALFCN        127012
  52. #define NIHCL__ILLEGALMFCN        127013
  53. #define NIHCL__INDEXRANGE        127014
  54. #define NIHCL__INVALIDPS        127015
  55. #define NIHCL__KEYNOTFOUND        127016
  56. #define NIHCL__MISSINGLNK        127017
  57. #define NIHCL__NOISA        127018
  58. #define NIHCL__NOTINIT        127019
  59. #define NIHCL__NYET        127020
  60. #define NIHCL__OBNOTFOUND        127021
  61. #define NIHCL__RDABSTCLASS        127022
  62. #define NIHCL__RDBADSIG        127023
  63. #define NIHCL__RDBADTYP        127024
  64. #define NIHCL__RDEOF        127025
  65. #define NIHCL__RDFAIL        127026
  66. #define NIHCL__RDREFERR        127027
  67. #define NIHCL__RDSYNERR        127028
  68. #define NIHCL__RDUNKCLASS        127029
  69. #define NIHCL__RDWRONGCLASS        127030
  70. #define NIHCL__READBINERR        127031
  71. #define NIHCL__READBINUNDFL        127032
  72. #define NIHCL__REMOVEERR        127033
  73. #define NIHCL__RESRUN        127034
  74. #define NIHCL__RESTERM        127035
  75. #define NIHCL__SCHEDCTOR        127036
  76. #define NIHCL__SLICERANGE        127037
  77. #define NIHCL__STACKOV        127038
  78. #define NIHCL__STMBRREF        127039
  79. #define NIHCL__STOREBINERR        127040
  80. #define NIHCL__STREFMBR        127041
  81. #define NIHCL__STROV        127042
  82. #define NIHCL__STSEMWAIT        127043
  83. #define NIHCL__SUBSTRERR        127044
  84. #define NIHCL__SUSTERM        127045
  85. #define NIHCL__UNKCLASS        127046
  86. #define NIHCL__VECTOREMPTY        127047
  87. #define NIHCL__VECTORLENGTH        127048
  88. #define NIHCL__VECTORSELECT        127049
  89. #define NIHCL__ZERODEN        127050
  90. #define NIHCL__LAST_ERROR        127050
  91. #endif
  92.